Create an I/O request structure bound to a given messageport.
I/O requests are normally used to communicate with exec devices
but can be used as normal messages just as well.
INPUTS
ioReplyPort
Pointer to that one of your messageports where
the messages are replied to. A NULL port is legal
but then the function fails always.
size
Size of the message structure including the struct
IORequest header. The minimal allowable size is that
of a struct Message.
RESULT
Pointer to a new I/O request structure or NULL if the function
failed.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
12.05.1997 aros
Fixed all headers
01.01.1997 ldp
Committed Amiga native (support) code
Changed clib to proto
10.12.1996 aros
Moved all #include's in the first column so makedepend can see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
13.08.1996 digulla
Replaced __AROS_LA by __AROS_LHA
Replaced some __AROS_LH*I by __AROS_LH*
Sorted and added includes